Welcome![Sign In][Sign Up]
Location:
Search - java tcp/ip

Search list

[Books23种设计模式的java实现

Description: 23种java设计模式-23 kinds of java design patterns
Platform: | Size: 250880 | Author: 席党林 | Hits:

[JSP/Java简单的聊天程序(作者:刘亚焱)

Description: 简单的聊天程序用java实现底层网络通信,我用的是 TCP/IP协议里的套接字(Socket)编程接口来实现网络通讯。-simple chat program using java achieve bottom network communication, I use the TCP/IP protocol's socket (Socket) programming interfaces to network communications.
Platform: | Size: 12288 | Author: 黄国内 | Hits:

[JSP/Java2004120117454829025

Description: 多线程通信 程序说明 Ⅰ、设计项目: 简单的聊天程序 Ⅱ、设计人: 刘亚焱 Ⅲ、设计时间: 2003.5.6 Ⅳ、设计步骤: 1)需求分析: 用java实现底层网络通信,我用的是 TCP/IP协议里的套接字(Socket)编程接口来实现网络通讯。 2)设计部分: socket是一种流式通信机制,是一种基于连接的通信,即,在通信之前通信双方确认身份并建立一条 专用的虚拟连接通道,然后他们通过这条通道传送数据信息进行通信,当通信结束时再将原来所建的连 接拆除。-multithreaded communications description of the procedures, design projects : a simple chat program II, designer : Liu Yan III, the design time : 2003.5.6 IV, the design steps : 1) Demand Analysis : java achieve underlying network communication, I use the TCP/The IP socket (Socket) programming interfaces to network communications. 2) Design : socket is a streaming communication mechanism is based on a link of communication, namely, the communication before the two sides identified telecommunications and the establishment of a dedicated virtual link, and then they pass this information channel for transmission of data communications, when the communication ended when it originally construction of the link removed.
Platform: | Size: 315392 | Author: | Hits:

[Ftp ClientCorpClient

Description: 最全面的基于TCP/IP的FTP客户端,还有聊天的功能,java程序代码,多线程设计,我花了将近二个月的时间-the most comprehensive TCP/IP-based FTP client, and chat functions, java code, multithreaded design, I spent nearly two months of the time
Platform: | Size: 3072 | Author: 彭宇 | Hits:

[Ftp ServerCorpServerService2

Description: 最全面的基于TCP/IP的FTP服务器端要和我上传的客户端一起使用,还有聊天的功能,java程序代码,多线程设计,我花了将近二个月的时间-the most comprehensive TCP/IP-based FTP server to upload and my client used together, chat functions, java code, multithreaded design, I spent nearly two months of the time
Platform: | Size: 3072 | Author: 彭宇 | Hits:

[Internet-NetworkJavaTCPIP

Description: JAVA网络开发的基本框架模式 TCP/IP协议-Java Web development framework of the basic mode TCP/IP protocol
Platform: | Size: 3072 | Author: Alan | Hits:

[Sniffer Package capturetcpip-flow

Description: TCP/IP网络数据传输的流量显示及分析例子,可以对网络流量进行监控和分析。-TCP/IP data transmission network flow analysis and examples show, network traffic can be monitored and analyzed.
Platform: | Size: 56320 | Author: wzl | Hits:

[JSPmodbustcpchinese

Description: modbus on tcp/ip 协议中文版,和modbus协议规范-modbus connection on tcp/ip Chinese version of the agreement, and an agreement regulating modbus connection
Platform: | Size: 1014784 | Author: | Hits:

[JSP/JavaTCPIPproject

Description: 《Java TCP/IP应用开发详解》的部分源程序,开发环境为ECLIPSE3.1
Platform: | Size: 95232 | Author: yuan | Hits:

[Internet-NetworkIP[1].Messenger.v2.50a7.Full.Source.ccrun.402281.r

Description: 是一款局域网内即时通信软件, 基于 TCP/IP(UDP).可运行于多种操作平台(Win/Mac/UNIX/Java), 并实现跨平台信息交流. 不需要服务器支持. 支持文件/文件夹的传送 (2.00版以上) 通讯数据采用 RSA/Blofish 加密 (2.00版以上) 十分小巧, 简单易用, 而且你可以完全免费使用它. 目前已有的版本包括: Win32, Win16, MacOS, MacOSX, X11, GTK, GNOME, Java 等, 并且公开源代码.-Is a LAN instant messaging software, based on TCP/IP (UDP). Can be run on multiple operating platforms (Win/Mac/UNIX/Java), and to achieve cross-platform exchange of information. Do not need server support. Supporting documents/files transmission folder (version 2.00 and above) data communications using RSA/Blofish encryption (version 2.00 and above) are very compact, easy-to-use, and you can be completely free to use it. So far, including the version of: Win32, Win16, MacOS, MacOSX, X11, GTK, GNOME, Java, etc., and Open Source.
Platform: | Size: 402432 | Author: zy | Hits:

[Internet-Network159108_1205765491

Description: java,聊天,文件传输,有源码,socket,TCP/IP-java, chat, file transfer, has source code, socket, TCP/IP
Platform: | Size: 14336 | Author: 张勤康 | Hits:

[Windows DevelopJAVA

Description: 用java实现底层网络通信,主要用的是 TCP/IP协议里的套接字(Socket)编程接口来实现网络通讯,具有良好的界面。-Using java to achieve the underlying network communication, mainly using the TCP/IP protocol in the socket (Socket) programming interface to achieve network communications, has a good interface.
Platform: | Size: 119808 | Author: 罗亚兴 | Hits:

[ICQ-IM-ChatChat

Description: 一个简单的在线聊天系统,实现了群聊,完全用java实现,不明白java TCP/IP网络编程的朋友可以参考下,里边有线程编程哦-A simple online chat system, a group chat, java fully realized, do not understand java TCP/IP network programming can refer friends, the inside Oh-threaded programming
Platform: | Size: 9216 | Author: 飞齐天 | Hits:

[JSP/Javanetty-3.1.5.GA-dist

Description: TCP/IP 及Socket服务器及客户端 服务框架-TCP/IP Socket Service Framework
Platform: | Size: 8540160 | Author: CHilde Zhao | Hits:

[JSP/Javajava-chat-room

Description: 这是一个简单的聊天室程序。基于TCP/IP协议,使用多线程socket通信的编程。注册登陆界面。公聊界面。私聊界面。-This is a simple chat program. Based on TCP/IP protocol, using multi-threaded socket communication programming. Register login screen. Public chat interface. Private Chat interface.
Platform: | Size: 5120 | Author: 兔子 | Hits:

[TCP/IP stackJAVA-SOCKET

Description: java tcp/ip的socket 客户端与服务端编程-java tcp/ip socket
Platform: | Size: 1024 | Author: 肖新 | Hits:

[JSPJava-TCP-IP-Socket

Description: Java TCP/IP Socket编程-TCP/IP Sockets in Java
Platform: | Size: 1691648 | Author: henry | Hits:

[JSPJava-TCP-IP-Socket2

Description: Java + TCP/IP, Socket programming + + version 2 of the novel -Java+ TCP/IP, Socket programming++ version 2 of the novel
Platform: | Size: 6984704 | Author: ccccc | Hits:

[JSPJava.TCP-IP.Socke.pdf

Description: java socket ,tcp ,ip ,学习socket and tcp/ip-java socket, tcp, ip, learning socket and tcp/ip
Platform: | Size: 1951744 | Author: dw | Hits:

[OtherTCp

Description: TcP/IP客户端服务端的相互通信java代码。(TcP/IP client server's mutual communication java code)
Platform: | Size: 1024 | Author: miaoji | Hits:
« 12 3 4 5 6 7 8 9 10 ... 13 »

CodeBus www.codebus.net